UInt64NINumericUInt64NRemainder Method

Computes the remainder after dividing the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Remainder(
	UInt64N value
)

Parameters

value  UInt64N
The value as the divisor.

Return Value

UInt64N
The remainder after dividing the current value by value.

Implements

INumericTSelfRemainder(TSelf)

See Also